c# convert readline to int

157

c# convert readline to int -

int intTemp = Convert.ToInt32(Console.ReadLine());

Comments

Submit
0 Comments